projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e84c9
)
(byte-compile-defalias): Fix typo in prev change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jul 1994 00:41:28 +0000
(
00:41
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jul 1994 00:41:28 +0000
(
00:41
+0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index b36bc6d6d78f36b4450c6c2180f66310e891d6c8..b63fe995798a10ac70ebbce44dc93b2edb646581 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-2850,7
+2850,7
@@
If FORM is a lambda or a macro, byte-compile it as a function."
(cons (cons (nth 1 (nth 1 form))
(nth 1 (nth 2 form)))
byte-compile-function-environment))))
- (byte-compile-normal-call form))
)
+ (byte-compile-normal-call form))
;; Turn off warnings about prior calls to the function being defalias'd.
;; This could be smarter and compare those calls with